﻿/*头部样式*/
header{
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 999999;
    background:#fff;
    box-shadow:0 0 10px #ccc;
}
.head{
    padding:0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    display: flex;
    align-items: center;    
}
.logo a{

}
.logo .logo_text{
    padding-left: 18px;
    color: #1a1a1a;
    line-height: 1.4;
}
.logo .logo_text .p1{
    font-size:18px;
    font-family: "puhui65";
}
.logo .logo_text .p2{
    font-size:16px;  
    font-family: "puhui65"; 
}
.head_r{
    padding-top:15px;
}
.h_top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
a.h_a1{
    display: block;
    background:url(../images/alibaba.png) no-repeat left center;
    padding-left: 32px;
    font-family: "微软雅黑";
    font-weight: bold;
    color: #1a1a1a;
}
.language_a{
    margin:0 22px;
}
.language_a a{
    font-family: "微软雅黑";
}
.h_tel p{
    font-size:13px;
    color: #808080;
    font-family: "微软雅黑";
}

.nav{
    display: flex;
    align-items: center;
    margin-top:9px;
}
.nav li{
    position: relative;
    margin-right: 46px;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
}
.nav li a.a1{
    font-size:18px;
    font-family: "puhui65";
    color: #1a1a1a;
    text-align: center;
    line-height: 48px;
}
.nav li:hover a.a1{
    color: #095ca0;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:48px;
    left:-20%;
    z-index: 999;
    background-color: #fff;
    width: 140%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #333;  
    line-height: 2em; 
    text-align: center; 
}
.nav li .b_nav a:hover{
    background:#095ca0;
    color: #fff;
}

.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #c52b31;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
.m_a{
    display: none;
}
@media(max-width: 1600px){
    .head_r {
        padding-top: 10px;
    }
    .nav{
        margin-top:4px;
    }
    .nav li{
        margin-right: 35px;
    }
    .nav li a.a1{
        line-height: 38px;
        font-size: 16px;
    }
    .nav li .b_nav{
        top:38px;
    }
}
@media(max-width: 1280px){
    .head{
        padding:0 50px;
    }  
    .logo .logo_text .p1{
        font-size:16px;
    }  
    .logo .logo_text .p2{
        font-size:14px;
    }
}
@media(max-width: 1199px){
    .head{
        padding:0 30px;
    }
    .nav li {
        margin-right: 20px;
    }
    .nav li a.a1{
        font-size:15px;
    }

}
@media(max-width: 991px){
    .head{
        height: 50px;
    }
    .head_r{
        display: none;
    }
/*    .m_a{
        display: block;
    }*/
}
@media(max-width: 820px){
    .logo a img{
        max-height: 30px;
    }
    .logo .logo_text .p1 {
        font-size: 14px;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
}
@media(max-width: 640px){
    .head {
        padding: 0 15px;
    }
    .logo a img {
        max-height: 22px;
    }
    .menu-button{
        top:25px;
    }
    .logo .logo_text .p1 {
        font-size: 13px;
    }
    .logo .logo_text .p2 {
        font-size: 12px;
    }
    .m_h{
        width: 100%;
        height: 50px;
    }
}


.index_banner{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
#c-banner1,#c-banner1 .swiper-wrapper{
    height: 100vh;
}
#c-banner1 img{
    height: 100%;
    /*opacity: 0;*/
    width: 100%;
}
#index_banner_text{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
#index_banner_text .swiper-wrapper{
    height: 100%;
}
.banner_text{
    position: absolute;
    left:0;
    bottom:0;
    background:#fff;
    width: 46%;
    height: 130px;
    padding:25px 0 0 80px;
    /*clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);*/
    clip-path: polygon(0 0, 88% 0, 100% 37.5%,100% 100%, 0 100%, 0 100%);

/*    display: flex;
    flex-direction: column;
    justify-content: center;*/
}
.banner_text .p1{
    font-size:24px;
    color: #4c4c4c;
}   
.banner_text .p2{
    font-size:38px;
    color: #1a1a1a;
    font-family: "puhui105";
    line-height: 1.2;
    position: relative;
}
.banner_jt{
    position: absolute;
    bottom:45px;
    left:50%;
    margin-left: -16px;
    width: 32px;
    z-index: 9;
}
.banner_jt img{
    /* ease-in-out alternate infinite*/
    -webkit-animation: Tmouse 1s ease-in-out infinite alternate;
    -moz-animation: Tmouse 1s ease-in-out infinite alternate;
    -o-animation: Tmouse 1s ease-in-out infinite alternate;
    animation: Tmouse 1s ease-in-out infinite alternate;
    animation: Tmouse 1s ease-in-out infinite alternate;
    animation: Tmouse 1s ease-in-out infinite alternate;
    animation: Tmouse 1s ease-in-out infinite alternate;
}
@-webkit-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-15px);
        -o-transform: translateY(-15px);
           transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        -o-transform: translateY(0);
           transform: translateY(0);
    }
}
@keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
          -o-transform: translateY(-15px);
             transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
          -o-transform: translateY(0);
             transform: translateY(0);
    }
}
#index_banner_text .swiper-pagination{
    padding:0 80px;
/*    text-align: left;*/
    bottom:30px;
    z-index: 99;
}
#index_banner_text .swiper-pagination span{
    width: 40px;
    height: 3px;
    background:#e0e0e0;
    opacity: 1;
    border-radius: 0;
    margin:0 8px 0 0;
}
#index_banner_text .swiper-pagination span.swiper-pagination-bullet-active{
    background:#095ca0;
    width: 50px;
}
#index_banner_text .swiper-pagination span:last-child{
    margin-right: 0;
}
#index_banner_text .swiper-button-prev{
    width: 17px;
    height: 31px;
    background:url(../images/left1.png) no-repeat center;
    left:80px;
    top:50%;
    margin-top:-15.5px;
    z-index: 99;
}
#index_banner_text .swiper-button-next{
    width: 17px;
    height: 31px;
    background:url(../images/right1.png) no-repeat center;
    right:80px;
    top:50%;
    margin-top:-15.5px;
    z-index: 99;
}

@media(max-width: 1600px){
    .banner_text .p1{
        font-size:20px;
    }
    .banner_text .p2{
        font-size:32px;
    }
}
@media(max-width: 1280px){ 
    #index_banner_text .swiper-button-prev{
        left:50px;
    }  
    #index_banner_text .swiper-button-next{
        right:50px;
    }
    #index_banner_text .swiper-pagination{
        padding:0 50px;
    }
    .banner_text{
        padding:20px 0 0 50px;
    }
    .banner_text .p1{
        font-size:18px;
    }
    .banner_text .p2{
        font-size:26px;
    }

}
@media(max-width: 1199px){
    .index_banner,#c-banner1,#c-banner1 .swiper-wrapper{
        height: auto;
    }
    .banner_jt{
        display: none;
    }
    .banner_text{
        width: 58%;
        height: 180px;
        padding: 20px 0 0 30px;
    }
    .banner_text .p1{
        font-size:18px;
    }
    .banner_text .p2 {
        font-size: 22px;
    }
    #index_banner_text .swiper-button-prev{
        left:30px;
    }  
    #index_banner_text .swiper-button-next{
        right:30px;
    }
    #index_banner_text .swiper-pagination{
        padding:0 30px;
        bottom:15px;
    }
}
@media(max-width: 820px){
    .banner_text{
        height: 150px;
        width: 55%;
        padding: 15px 0 0 30px;
    }
    .banner_text .p1{
        font-size:16px;
    }
    .banner_text .p2{
        font-size:20px;
    }    
}
@media(max-width: 640px){
    .banner_text{
        display: none;
        opacity: 0;
    }
    .banner_text .p1{
        font-size:15px;
    }
    .banner_text .p2{
        font-size:18px;
    }    
    #index_banner_text .swiper-button-prev{
        left:15px;
    }
    #index_banner_text .swiper-button-next{
        right:15px;
    }
    #index_banner_text .swiper-pagination{
        bottom:10px;
    }
    #index_banner_text .swiper-pagination span{
        width: 25px;
    }
    #index_banner_text .swiper-pagination span.swiper-pagination-bullet-active{
        width: 35px;
    }
}


.index1{
    background:#f2f2f2;
    padding:100px 0 95px;
}
.wrap{
    width: 73%;
/*    max-width: 1400px;*/
    margin:0 auto;
}
.index_t1{
    text-align: center;
}
.index_t1 h2{
    font-size: 50px;
    color: #1a1a1a;
    line-height: 1;
}
.index_t1 p{
    font-size:18px;
    color: #666666;
    margin-top:18px;
    line-height: 1.6;
}
.index_p_sort{
    margin-top:22px;
    display:flex;
    flex-wrap: wrap;
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    margin-bottom: 52px;
    position: relative;
    z-index: 99;
}
.index_p_sort li{
    width: calc(100% / 6);
    position: relative;
}
.index_p_sort li a.a1{
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 168px;
}
.index_p_sort li a.a1 .img1{
    width: 100%;
    line-height: 77px;
}
.index_p_sort li a.a1 p{
    font-size:16px;
    color: #333333;
    line-height: 1.6;
    margin-top:10px;
    width: 100%;
}
.index_p_sort li .text{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:370px;
    background:rgba(9,92,160,.96);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:30px;
    z-index: -999;
    opacity: 0;
    visibility: hidden;
}
.index_p_sort li .text h3{
    font-size:26px;
    font-family: "puhui55";
    text-align: center;
    position: relative;
    line-height: 1;
    padding-bottom:11px;
    margin-bottom:12px;
}
.index_p_sort li .text h3:after{
    content:'';
    position: absolute;
    left:50%;
    margin-left: -12px;
    bottom:0;
    width: 24px;
    height: 2px;
    background:#fff;
}
.index_p_sort li .text .text_a{

}
.index_p_sort li .text .text_a a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    color: #fff;
    padding:0 11px 0 18px;
    font-size:14px;
    color: #fff;
    font-family: "puhui45";
    border:1px solid rgba(255,255,255,.4);
    border-radius: 4px;
    margin-bottom: 5px;
}
.index_p_sort li .text .text_a a i{
    width: 8px;
    height: 13px;
    background:url(../images/p_more.png) no-repeat center;
}
a.more1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 113px;
    height: 34px;
    border-radius: 4px;
    margin:30px auto 0;
    background:#fff;
    font-size:14px;
    color: #1a1a1a;
    font-family: "puhui45";
}
a.more1 i{
    display: block;
    width: 0px;
/*    height: 11px;*/
    transition:all 0.4s ease-out;
}
a.more1:hover i{
    width: 11px;
    margin-left: 10px;
}
.index_p_sort li:hover .text{
    z-index: 99;
    opacity: 1;
    visibility: visible;
}
.index_p_sort li .text .text_a a:hover{
    border:1px solid rgba(255,255,255,1);    
}
.product_list1{
    display: flex;
    flex-wrap: wrap;
}
.product_list1 li{
    width: calc(25% - 10.5px);
    margin-right: 14px;
    margin-bottom: 14px;
}
.product_list1 li:nth-child(4n){
    margin-right: 0;
}
.product_list1 li a{
    display: block;
    background:#fff;
    padding:10px 10px 30px;
}
.product_list1 li a h3{
    font-size:17px;
    color: #1a1a1a;
    font-family: "puhui55";
    text-align: center;
    margin-top:-15px;
}
.product_list1 li:hover a{
    box-shadow:0 0 10px #ccc;
}
.product_list1 li:hover a h3{
    color: #095ca0;
}
@media(max-width: 1600px){
    .wrap{
        width: 84%;
    }
    .index_t1 h2{
        font-size:32px;
    }
    .index_t1 p {
        font-size: 16px;
        margin-top: 12px;
    }
    .index_p_sort li .text{
        padding:20px 15px;
        height: 320px;
    }
    .index_p_sort li .text h3{
        font-size:22px;
    }
    a.more1{
        width: 100px;
        margin:20px auto 0;
    }
    .product_list1 li a h3{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .index1{
        padding:75px 0;
    }
    .wrap{
        width: 90%;
    }    
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index1{
        padding:55px 0;
    }
    .wrap{
        width: 94%;
    }
    .index_t1 h2 {
        font-size: 26px;
    }
    .index_t1 p{
        font-size:15px;
    }
    .index_p_sort{
        margin-top: 18px;
        margin-bottom: 35px;
    }
    .index_p_sort li a.a1{
        padding:0 10px;
        height: 120px;
    }
    .index_p_sort li a.a1 .img1{
        line-height: 50px;
    }
    .index_p_sort li a.a1 .img1 img{
        max-height: 50px;
    }
    .index_p_sort li a.a1 p{
        font-size:15px;
    }
    .index_p_sort li .text{
        display: none;
    }
    .product_list1 li a{
        padding-bottom:20px;
    }
    .product_list1 li a h3{
        font-size:13px;
        line-height:1.3;
    }
}
@media(max-width: 640px){
    .index1{
        padding:40px 0 25px;
    } 
    .index_t1 h2 {
        font-size: 22px;
    } 
    .index_t1 p{
        font-size:14px;
        margin-top: 10px;
    } 
    .index_p_sort {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .index_p_sort li {
        width: calc(100% / 3);
    } 
    .index_p_sort li a.a1{
        height: 100px;
    }
    .index_p_sort li a.a1 .img1 img {
        max-height: 45px;
    }
    .index_p_sort li a.a1 p {
        font-size: 14px;
    }
    .product_list1 li {
        width: calc(50% - 7px);
    }
    .product_list1 li:nth-child(2n) {
        margin-right: 0;
    }
}


.index2{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.index2 .text{
    width: 55.5%;
    padding:138px 190px 50px 13.5%;
/*    display: flex;
    flex-direction: column;
    justify-content: center;*/
    background:url(../images/index_about_bg.png) no-repeat center;
/*    background-size: cover;*/
}
.index2 .index_t1{
    text-align: left;
}
.index2 .text .p1{
    font-size:26px;
    color: #1a1a1a;
    margin:15px 0 20px;
}
.about_p{
    font-size:38px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.about_p:before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    margin-top:-0.5px;
    width: calc(100% - 225px);
    height: 1px;
    background:#cccccc;
}
.about_p p{
    color: #1a1a1a;
    width: 200px;
    display: flex;
}
.about_p p span{
    font-family: "puhui45";
}
.about_p p strong{
    color: #095ca0;
    font-family: "puhui105";
    margin-left: 10px;
}
.index2 .text .txt{
    font-size:16px;
    color: #666666;
    margin-bottom: 50px;
    line-height: 1.6;
}
a.more2,.more2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    background:#095ca0;
    color: #fff;
    font-size:16px;
    border-radius: 4px;
}
a.more2 i,.more2 i{
    width: 15px;
    height: 16px;
    background:url(../images/more2.png) no-repeat center;
    margin-left: 24px;
    transition:all 0.6s ease-out;
}
a.more2:hover i,.more2:hover i{
    margin-left: 18px;    
}

.index2 .img1{
    background:url(../images/index_about.jpg) no-repeat center;
    background-size: cover;
    width: 44.5%;
    position: relative;
    height: 880px;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a.play1{
    display: inline-block;
    position: relative;
}
a.play1 i{
    position: relative;
}
a.play1 img{
    position: relative;
    z-index: 99;
}
a.play1 i:before{    
    content: "";
    display: block;
    width: 92px;
    height: 92px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top:-46px;
    left: 50%;
    margin-left: -46px;
    animation: videoDh 1s linear infinite;
    background:rgba(255,255,255,1);
    z-index: 9;
}
a.play1 i:after{
    content: "";
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top:-65px;
    left: 50%;
    margin-left: -65px;
    animation: videoDh 1s linear infinite;
    background:rgba(255,255,255,.5);
    z-index: 9;    
}
a.play1:hover i:before{
    animation-delay: 0.6s;
}
a.play1:hover i:after{
    animation-delay: 0s; 
}
@keyframes videoDh { 
    from {
        transform: scale(0.8, 0.8); 
        opacity: 0.36;
    } 
    to {
        transform: scale(1.3, 1.3); 
        opacity: 0;
    } 
}
a.play1 p{
    position: relative;
    font-size:16px;
    color: #fff;
    margin-top:48px;
}
a.play1 p span{
    line-height: 1;
    position: relative;
    padding-bottom:4px;
}
a.play1 p span:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#fff;
}
.index2_cont{
    position: absolute;
    left:0;
    bottom: -60px;
    width: 73.5%;
    background:url(../images/index2_bg1.png) no-repeat left bottom;
    padding-left: 13.5%;
    padding-right: 160px;
    padding-bottom:60px;
}
.index_honner p{
    text-align: center;
    font-size:16px;
    color: #fff;
    margin-top:12px;
    line-height: 1.6;
}
@media(max-width: 1600px){
    .index2 .text{
        padding:100px 120px 50px 8%;
    }
    .index2 .text .p1{
        font-size:20px;
    }
    .about_p{
        font-size:32px;
    }
    a.more2, .more2{
        width: 140px;
        font-size:15px;
    }
    .index2 .img1{
        height: 775px;
    }
    .index2_cont {
        padding-left: 8%;
        padding-right: 90px;
        padding-bottom: 60px;
    }
    .index_honner p{
        font-size:14px;
        line-height:1.4;
        margin-top:10px;
    }
}
@media(max-width: 1280px){
    .index2 .text{
        padding:75px 80px 50px 5%;
    }  
    .index2 .text .p1 {
        font-size: 18px;
        margin: 15px 0 10px;
    }
    .about_p {
        font-size: 26px;  
    } 
    .about_p:before{
        width: calc(100% - 185px);
    }
    .about_p p{
        width: 160px;
    }
    .index2 .img1{
        height: 725px;
    } 
    .index2_cont {
        padding-left: 5%;
        padding-right: 50px;
    }
    
}
@media(max-width: 1024px){
    a.more2, .more2{
        width: 120px;
        font-size: 14px;  
        height: 42px;      
    }    
}
@media(max-width: 820px){
        .index_honner p{
        font-size:13px;
        line-height:1.4;
    }
    .index2 .text {
        padding: 55px 50px 50px 3%;
    }
    .index2 .text .p1{
        font-size:16px;
    }
    .index2 .text .txt{
        font-size:14px;
        margin-bottom: 35px;
    }
    .index2 .img1 {
        height: 600px;
    }
}
@media(max-width: 640px){
    .index2 .text{
        width: 100%;
        padding: 40px 3%;
    }
    .index2 .text .p1 {
        font-size: 15px;
    }
    .about_p {
        font-size: 20px;
    }
    .about_p:before{
        width: calc(100% - 145px);
    }
    .about_p p {
        width: 120px;
    }
    .index2 .img1 {
        width: 100%;
        height: 300px;
    }
    .index2_cont{
        width: 100%;
        position: relative;
        padding:25px 3%;
        bottom:0;
        background: url(../images/index2_bg1.png) no-repeat left bottom;
        background-size: cover;
    }
    a.play1 img{
        width: 40px;
    }
    a.play1 i:before{
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px;
    }
    a.play1 i:after {
        width: 110px;
        height: 110px;
        margin-top: -55px;
        margin-left: -55px;
    }
    a.play1 p{
        font-size:15px;
    }
}

.index3{
    padding:220px 0 105px;
}
.index_case{
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;  
    margin-top:42px;  
}
.index_case .item {
    width: 24.2%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    position: relative;
}
.index_case .item a {
    display: block;
}
.index_case .item .img img {
    min-width: 100%;
    height: 540px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
.index_case .item .position {
    position: absolute;
    left: 25px;
    top: 355px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.index_case .item .position .content1 {
    font-size: 24px;
    font-family: 'puhui65';
    color: #fff;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    line-height: 1;
}
.index_case .item .position .content2 {
    max-width: 435px;
    width: 435px;
    margin-top: 18px;
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    font-size:16px;
    color: #fff;
    font-family:"puhui45";
    line-height: 1.8;
}
.index_case .item .icon {
    position: absolute;
    left: 25px;
    bottom: 55px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.index_case .item .icon img {
    max-height: 62px;
    max-width: 63px;
}
.index_case .item.active.act{
    width: 44.3%;
}
.index_case .item.act{
    width: 17.5%;
}
.index_case .item.active.act .position{
    top:260px;
    left:58px;
}
.index_case .item.active.act .content1{
    font-size:40px;
}
.index_case .item.active.act .content2{
    opacity: 1;
    margin-top:20px;
}
.index_case .item.active.act .icon{
    left:58px;
}
@media(max-width: 1600px){
    .index3 {
        padding: 180px 0 100px;
    }
    .index_case .item.active.act .content1{
        font-size:32px;
    }
    .index_case .item .position .content2{
        max-width: 385px;
        width: 385px;
    }
}
@media(max-width: 1280px){
    .index_case .item .position .content1{
        font-size:22px;
    }
    .index_case .item.active.act .content1{
        font-size:28px;
    }
    .index_case .item .position .content2 {
        max-width: 350px;
        width: 350px;
    }
}
@media(max-width: 1024px){
    .index_case .item .img img{
        height: 400px;
    }
    .index_case .item .position{
        top:260px;
    }
    .index_case .item .icon{
        bottom:40px;
    }
    .index_case .item .icon img{
        max-height: 50px;
    }
    .index_case .item .position .content1 {
        font-size: 20px;
    }
    .index_case .item .position .content2 {
        max-width: 315px;
        width: 315px;
    }
    .index_case .item.active.act .position {
        top: 100px;
        left: 25px;
    }
    .index_case .item.active.act .icon {
        left: 25px;
    }
}
@media(max-width: 820px){
    .index3 {
        padding: 150px 0 70px;
    }
    .index_case{
        margin-top:30px;
    }
    .index_case .item.active.act .content1{
        font-size:24px;
    }
    .index_case .item,.index_case .item.act,.index_case .item.act.active{
        width: 24.2%;
    }
    .index_case .item .position .content2{
        display: none;
    }
    .index_case .item .img img {
        height: 300px;
    }
    .index_case .item .position,.index_case .item.active.act .position{
        top: 160px;
    }
}
@media(max-width: 640px){
    .index3 {
        padding: 40px 0 32px;
    }  
    .index_case .item, .index_case .item.act, .index_case .item.act.active {
        width: 49%!important;
        margin-right: 2%;
        margin-bottom: 8px;
    }
    .index_case .item:nth-child(2n){
        margin-right: 0!important;
    } 
    .index_case .item .img img{
        height: 200px;
    } 
    .index_case .item .position, .index_case .item.active.act .position {
        top: 90px;
    }
    .index_case .item .icon {
        bottom: 20px;
    }
    .index_case .item .icon img {
        max-height: 40px;
    }
}


.index4{
    background:url(../images/index_parents_bg.jpg) no-repeat center;
    background-size: cover;
    padding:110px 0 95px;
}
.index_hzhb{
    margin-top:65px;
}
#index_hzhb{
    padding-bottom:65px;
}
#index_hzhb .swiper-wrapper{
    height: auto;
}
/*#index_hzhb .swiper-slide{*/
/*    height: auto;*/
/*    max-height: 130px;*/
/*}*/
#index_hzhb .swiper-pagination{
    bottom:5px;
}
#index_hzhb .swiper-pagination span{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: relative;
    margin:0 8px;
    opacity: 1;
    background:#fff;
}
#index_hzhb .swiper-pagination span:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    width: 18px;
    height: 18px;
    border:2px solid #0467a8;
    border-radius: 50%;
    margin-top:-11px;
    margin-left: -11px;
    opacity: 0;
}
#index_hzhb .swiper-pagination span.swiper-pagination-bullet-active{
    background:#0467a8;
}
#index_hzhb .swiper-pagination span.swiper-pagination-bullet-active:after{
    opacity: 1;
}
@media(max-width: 1600px){

}
@media(max-width: 1280px){
    .index4{
        padding:75px 0;
    }
    .index_hzhb{
        margin-top:50px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index4{
        padding:55px 0;
    }
    .index_hzhb{
        margin-top:35px;
    }    
}
@media(max-width: 640px){
    .index4{
        padding:40px 0;
    }
    .index_hzhb{
        margin-top:25px;
    } 
    #index_hzhb {
        padding-bottom: 45px;
    }
    #index_hzhb .swiper-pagination span{
        width: 8px;
        height: 8px;
    }
    #index_hzhb .swiper-pagination span:after{
        width: 12px;
        height: 12px;
        margin-top: -7px;
        margin-left: -7px;
        border: 1px solid #0467a8;
    }    
}


.index5{
    padding:90px 0 115px;
    background:#f2f2f2;
}
.index_news{
    margin-top:46px;
    display: flex;
    flex-wrap: wrap;
}
.index_news a .p1{
    padding-left: 20px;
    background:url(../images/date1.png) no-repeat left center;
    background-size: 12px;
    font-size:12px;
    color: #494949;
}
.index_news a h3{
    font-size:20px;
    color: #1a1a1a;
    font-family: "puhui65";
    line-height: 1;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    margin:15px 0 22px;
}
.index_news a .p2{
    font-size:14px;
    color: #808080;
    display: flex;
    align-items: center;
}
.index_news a .p2 i{
    margin-left: 15px;
    background:url(../images/more3.png) no-repeat center;
    width: 13px;
    height: 13px;
}
.index_news a:hover{
    box-shadow:0 0 10px #ccc;
}
.index_news a:hover .p2 i{
    background:url(../images/more3_h.png) no-repeat center;    
}
.index_news a.a2{
    display: block;
    width: 32%;
    margin-right:2%;
    padding:20px 30px;
    background:#fff;
}
.index_news a.a2:last-child{
    margin-right: 0;
}
.index_news a.a1{
    width: 100%;
    margin-right:0;
    margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
}
.index_news a.a1 .img{
    width: 50%;
}
.index_news a.a1 .text{
    width: 50%;
    padding:30px 80px;
    background:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index_news a.a1 .text .p1{
    font-size:14px;
    padding-left: 25px;
    background:url(../images/date1.png) no-repeat left center;
    background-size: 17px;
}
.index_news a.a1 .text h3{
    font-size:30px;
    color: #1a1a1a;
    margin:20px 0 15px;
}
.index_news a.a1 .text .txt{
    font-size:16px;
    color: #666666;
    font-family: "puhui45";
    line-height: 1.6;
    margin-bottom: 55px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index_news a:hover .img img{
    transform:scale(1.1);
}
@media(max-width: 1600px){
    .index_news a.a1 .text{
        padding:30px 50px;
    }
    .index_news a.a1 .text h3{
        font-size:24px;
    }
    .index_news a.a1 .text .txt{
        margin-bottom:45px;
    }
    .index_news a h3{
        font-size:17px;
        margin:12px 0 16px;
    }
}
@media(max-width: 1280px){
    .index5{
        padding:75px 0;
    }
    .index_news a.a1 .text h3{
        font-size:20px;
    }
}
@media(max-width: 1024px){
    .index_news{
        margin-top:30px;
    }
    .index_news a.a1 .text{
        padding:20px 30px;
    }
    .index_news a.a1 .text h3 {
        font-size: 17px;
        margin: 10px 0 10px;
    }
    .index_news a.a1 .text .txt {
        margin-bottom: 30px;
        font-size:14px;
    }
}
@media(max-width: 820px){
    .index5 {
        padding: 55px 0;
    }
    .index_news a.a1 .text {
        padding: 16px 25px;
    }
    .index_news a.a1 .text h3 {
        font-size: 16px;
        margin: 10px 0 10px;
    }
    .index_news a.a1 .text .txt {
        margin-bottom: 20px;
    } 
    .index_news a.a2{
        padding: 16px 20px;
    }  
    .index_news a h3{
        font-size:16px;
    } 
}
@media(max-width: 640px){
    .index5 {
        padding: 40px 0 30px;
    }  
    .index_news a.a1 .img{
        width: 100%;
    }
    .index_news a.a1 .text{
        padding: 16px 20px;
        width: 100%;
    }
    .index_news a.a2{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }  
}


footer{
    /*clip-path: polygon(0 0, 88% 0, 100% 37.5%,100% 100%, 0 100%, 0 100%);*/
    background:url(../images/foot.png) no-repeat right center #fff;
    
}
.index_foot{
    background:url(../images/foot.png) no-repeat right center #f2f2f2;
    background-size: cover;
}
.foot{
    display: flex;
    justify-content: space-between;
    padding:110px 0 20px;
}
.foot_l{

}
.f_nav{
    display: flex;
}
.f_nav li{
    margin-right: 155px;
}
.f_nav li:last-child{
    margin-right: 0;
}
.f_nav li h3{
    font-size:26px;
    color: #fff;
    line-height: 1;
    margin-bottom:20px;
}
.f_nav li .text p{
    font-size:16px;
    color: rgba(255,255,255,.8); 
    font-family: "puhui45";
}
.f_nav li .text a{
    display: block;
    font-size:16px;
    color: rgba(255,255,255,.8); 
    font-family: "puhui45";
}
.f_nav li .text a:hover{
    color: rgba(255,255,255,1);     
}
.f_link{
    font-size:14px;
    color: rgba(255,255,255,.8);
    margin-top:60px;
    font-family: "puhui45";
}
.f_link a{
    font-size:14px;
    color: rgba(255,255,255,.8);  
    font-family: "puhui45";  
}
.f_link a:hover{
    color: rgba(255,255,255,1);     
}
.f_code{
    margin-top:98px;    
}
.f_code li:last-child{
    margin-left: 18px;
}
.f_code li p{
    font-size:14px;
    color: rgba(255,255,255,.8);  
    font-family: "puhui45";
    margin-top:5px;
}
.foot_r{
    width: 272px;
}
.f_logo{

}
.f_code{
    display: flex;
    flex-wrap: wrap;
}
.f_code li{
    text-align: center;
}

.copyright{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 52px;
    font-size:13px;
    color: rgba(255,255,255,.6);
    border-top:1px solid rgba(255,255,255,.2);
    font-family: "puhui45";
}
.copyright a{
    font-size:13px;
    color: rgba(255,255,255,.6); 
    font-family: "puhui45";   
}
.copyright a:hover{
    color: rgba(255,255,255,1);
}
.copyright_l{

}
.copyright_r{
    
}
@media(max-width: 1600px){
    .foot{
        padding: 70px 0 20px;
    }
    .f_nav li h3{
        font-size:24px;
    }
    .f_nav li .text a,.f_nav li .text p{
        font-size:15px;
    }
    .f_code {
        margin-top: 60px;
    }
}
@media(max-width: 1280px){
    .f_nav li{
        margin-right: 100px;
    }
    .f_code li{
        max-width: 110px;
    }
}
@media(max-width: 1024px){
    .f_nav li{
        margin-right: 60px;
    }
}
@media(max-width: 820px){
    .f_nav li{
        margin-right: 30px;
        max-width: 220px;
    }
    .f_logo img{
        max-height: 35px;
    }
    .f_link{
        margin-top:40px;
    }
    .f_code {
        margin-top: 35px;
    }
}
@media(max-width: 640px){
    footer{
        padding:20px 0;
    }
    .foot,.foot_l{
        display: none;
    }
    .copyright{
        line-height: 1.6;
        border-top:none;
    }
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    height: 540px;
    position: relative;
    z-index: 9;
}
.n_banner img {
    width: 100%;
    margin: 0 auto;
    display: none;
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.n_banner h3{
    font-size: 50px;
    color: #fff; 
    line-height: 1;
}
.sitemp{
    margin-top:-55px;
    position: relative;
    z-index: 999;
    margin-bottom: 55px;
}
.sitemp .site{
    padding-left: 22px;
    background:url(../images/home.png) no-repeat left center;
    font-size:16px;
    color: #fff;
}
.sitemp .site a{
    font-size:16px;
    color: #fff;    
}
@media(max-width: 1600px){
    .n_banner{
        height: 450px;
    }
    .n_banner h3{
        font-size:42px;
    }
}
@media(max-width: 1280px){
    .n_banner h3{
        font-size:36px;
    }   
    .sitemp .site,.sitemp .site a{
        font-size:14px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .n_banner{
        height: 350px;
    }
    .n_banner h3{
        font-size:32px;
    }    
}
@media(max-width: 640px){
    .n_banner{
        height: 220px;
    }
    .n_banner h3{
        font-size:24px;
    }
    .sitemp{
        margin-top:-40px;
        margin-bottom: 40px;
    }
}


#about1{
    padding:100px 0 105px;
}
#about1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#about1 .wrap .text{
    width: 38%;
}
#about1 .wrap .text h2{
    color: #095ca0;
    font-size:40px;
    line-height: 1.3;
    margin-bottom: 35px;
}
#about1 .wrap .text .txt{
    font-size:16px;
    color: #4c4c4c;
    line-height: 1.8;
    margin-top:10px;
}
#about1 .img1{
    width: 54%;
    background:url(../images/n_about1.jpg) no-repeat center;
    min-height:423px;
    position: relative;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#about2{
    padding:132px 0 98px;
    background:url(../images/about2.jpg) no-repeat center;
    background-size: cover;
}
.ab_t1{
    text-align: center;
}
.ab_t1 h2{
    font-size:46px;
    color: #1a1a1a;
    line-height: 1;
}
#about2 .text{
    margin:42px 0 68px;
    font-size:16px;
    color: #4c4c4c;
}
#about2 .text p{
    margin-bottom:22px;
}
#about2 .text p:last-child{
    margin-bottom: 0;
}
.about2_text{
    background:#095ca0;
    padding:55px 85px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about2_text .ab_logo{
    width: 370px;
}
.about2_text .text2{
    font-size:16px;
    color: #fff;
    width: calc(100% - 370px);
}
.about2_text .text2 p:nth-child(1){
    margin-bottom:22px;
}
#about3{
    padding:102px 0 165px;
}
.qywh_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:55px;
}
.qywh_list li{
    width: 31%;
    margin-right: 3.5%;
    min-height: 586px;
    box-shadow: 0px 0px 10px #ccc;
    position: relative;
    overflow:hidden;
}
.qywh_list li:before{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height:4px;
    background:#095ca0;
}
.qywh_list li:nth-child(3n){
    margin-right: 0;
}
.qywh_list li .text{
    padding:62px 24px 0;
    text-align: center;
    position: relative;
}
.qywh_list li .about2_t{
    display: flex;
    justify-content: center;
}
.qywh_list li .about2_t .img1{
    width: 41px;
    height: 41px;
    line-height: 41px;
    overflow:hidden;
    position: relative;
}
.qywh_list li .about2_t .img1 img{
    position: absolute;
    top:0;
    left:0;
    transition:all 0.6s ease-out;
}
.qywh_list li .about2_t h3{
    line-height: 41px;
    margin-left: 12px;
    font-size:24px;
    color: #1a1a1a;
}
.qywh_list li .img2{
    padding:45px 0 50px;    
}
.qywh_list li p{
    max-width: 290px;
    margin:0 auto;
    text-align: center;
    font-size:22px;
    color: #666;
    line-height: 1.6;
}
.qywh_list li .txt{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;

    flex-direction: column;
    justify-content: center;
    z-index: 99;
    background:url(../images/qy1-3.jpg) no-repeat center;
    background-size: cover;
    padding:0 5%;
    transition:all 0.6s ease-out;
}
.qywh_list li .txt .about2_t{
    border-bottom:1px solid #fff;
    padding-bottom: 42px;
    max-width: 290px;
    margin:0 auto 24px;
    width: 100%;
}
.qywh_list li .txt .about2_t .img1 img{
    top:-41px;
}
.qywh_list li .txt .about2_t h3{
    color: #fff;
}
.qywh_list li .txt p{
    color: #fff;
}
.qywh_list li:hover .txt{
    display: flex;
}
#about4{
    padding:130px 0 144px;
    background:url(../images/about4.jpg) no-repeat center;
    background-size: cover;
}
#about4 .ab_t1 h2{
    color: #fff;
}
#fzlc{
    margin-top:115px;
}
#fzlc_t{
    padding-bottom:72px;
/*    margin-bottom:30px;*/
}
#fzlc_t:after{
    content:'';
    position: absolute;
    left:0;
    bottom:46px;
    width: 100%;
    height: 2px;
    background:rgba(255,255,255,.2);
}
#fzlc_t .swiper-wrapper,#fzlc_b .swiper-wrapper{
    height: auto;
}
#fzlc_t .swiper-slide{
    font-size:36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
#fzlc_t .swiper-slide:before{
    content:'';
    position: absolute;
    bottom:-31px;
    left: 50%;
    width: 11px;
    height: 11px;
    margin-left: -5.5px;
    background:url(../images/fz_ico1.png) no-repeat center;
}
#fzlc_t .swiper-slide-thumb-active:before{
    bottom:-34px;
    width: 17px;
    height: 17px;
    margin-left: -8.5px;
    background:url(../images/fz_ico2.png) no-repeat center;
}
#fzlc_t .swiper-slide:after{
    content:'';
    position: absolute;
    bottom:-72px;
    left:50%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;  
    margin-left: -12px; 
    opacity: 0; 
}
#fzlc_t .swiper-slide-thumb-active:after{
    opacity: 1;
}
#fzlc .swiper-button-prev{
    width: 17px;
    height: 31px;
    background:url(../images/left1.png) no-repeat center;
    margin-top:-50px;
}
#fzlc .swiper-button-next{
    width: 17px;
    height: 31px;
    background:url(../images/right1.png) no-repeat center;
    margin-top:-50px;
}
#fzlc_b{

}
#fzlc_b .swiper-slide{
/*    padding-top:12px;*/
}

#fzlc_b .swiper-slide .text{
    background:#fff;
    padding:30px 100px;
    min-height:162px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#fzlc_b .swiper-slide .p1{
    font-size:30px;
    color: #095ca0;
    line-height: 1;
}
#fzlc_b .swiper-slide .p2{
    font-size:20px;
    color: #1a1a1a;
    line-height: 1.6;
    margin-top:10px;
}

#about5{
    padding:135px 0 112px;
    background:url(../images/about5.jpg) no-repeat center;
    background-size: cover;
}
#honner{
    margin-top:110px;
    padding-bottom:70px;
}
#honner .swiper-slide{
    text-align: center;
}
#honner .swiper-slide img{
    box-shadow:0 10px 10px #ccc;
}
#honner .swiper-slide p{
    background:#ffffff;
    text-align: center;
    font-size:16px;
    color: #333333;
    padding:82px 0 22px;
    margin-top:-65px;
    box-shadow:0 0 10px #ccc;
}
#honner .swiper-slide:hover img{
    box-shadow:0 10px 10px rgba(0,0,0,.3);
}
#honner .swiper-slide:hover p{
    background:#095ca0;
    color: #fff;
}
#honner .swiper-pagination span{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: relative;
    margin:0 8px;
    opacity: 1;
    background:#fff;
}
#honner .swiper-pagination span:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    width: 18px;
    height: 18px;
    border:2px solid #0467a8;
    border-radius: 50%;
    margin-top:-11px;
    margin-left: -11px;
    opacity: 0;
}
#honner .swiper-pagination span.swiper-pagination-bullet-active{
    background:#0467a8;
}
#honner .swiper-pagination span.swiper-pagination-bullet-active:after{
    opacity: 1;
}
.about_foot{
    background: url(../images/about_foot.jpg) no-repeat center;
    background-size: cover;
}
@media(max-width: 1600px){
    #about1{
        padding:100px 0;
    }
    #about1 .wrap .text h2{
        font-size:32px;
    }
    #about2{
        padding:120px 0 95px;
    }
    .ab_t1 h2{
        font-size:36px;
    }

    #fzlc {
        margin-top: 70px;
    }
    #fzlc_t .swiper-slide{
        font-size:30px;
    }
    #fzlc_b .swiper-slide .p1{
        font-size:26px;
    }
    #fzlc_b .swiper-slide .p2{
        font-size:16px;
    }
    #fzlc_b .swiper-slide .text{
        padding:30px 70px;
    }
    .qywh_list li{
        min-height: 500px;
    }
    .qywh_list li .img2 {
        padding: 30px 0;
    }
    .qywh_list li .text {
        padding: 40px 20px 0;
    }   
    .qywh_list li p{
        font-size:18px;
    }
    #about3 {
        padding: 95px 0 120px;
    }
    #about4{
        padding:120px 0;
    }
    #honner {
        margin-top: 75px;
    }

}
@media(max-width: 1280px){
    #about1 {
        padding: 75px 0 ;
    }
    #about1 .wrap .text h2{
        font-size:24px;
    }
    .ab_t1 h2 {
        font-size: 32px;
    }
    #about1 .wrap .text{
        width: 40%;
    }
    #about2{
        padding:95px 0;
    }
    #about2 .text {
        margin: 30px 0 50px;
    }
    .about2_text{
        padding: 35px 60px;
    }
    .about2_text .ab_logo{
        width: 260px;
    }
    .about2_text .text2 {
        font-size: 15px;
        width: calc(100% - 260px);
    }
    .ab_logo img{
        max-height: 42px;
    }
    .qywh_list li {
        min-height: 430px;
    }
    .qywh_list li .text {
        padding: 30px 20px 0;
    }
    .qywh_list li .about2_t h3{
        font-size:20px;
    }
    #about3 {
        padding: 95px 0 75px;
    } 
    #fzlc_t .swiper-slide{
        font-size:26px;
    }
    #about5 {
        padding: 110px 0 75px;
    }   
}
@media(max-width: 1024px){
    .qywh_list{
        margin-top:40px;
    }  
    #fzlc_t .swiper-slide{
        font-size:22px;
    }  
    .ab_t1 h2{
        font-size:28px;
    }
}
@media(max-width: 820px){
    #about1 {
        padding: 55px 0;
    }
    #about1 .wrap .text h2{
        font-size:22px;
        margin-bottom: 20px;
    }
    #about1 .wrap .text .txt{
        font-size:15px;
    }
    .about2_text{
        padding: 30px 35px;
    }
    #about2 {
        padding: 85px 0 55px;
    }
    .qywh_list li{
        width: 49%;
        margin-bottom:15px;
        margin-right: 2%;
    }
    .qywh_list li:nth-child(3n){
        margin-right: 2%;
    }
    .qywh_list li:nth-child(2n){
        margin-right: 0;
    }
    .qywh_list li .img2 {
        padding: 20px 0;
    }
    .qywh_list li p{
        font-size:16px;
    }
    .qywh_list li .txt .about2_t {
        padding-bottom: 20px;
        margin: 0 auto 15px;
    } 
    #about3 {
        padding: 85px 0 55px;
    }
    #fzlc {
        margin-top: 50px;
    }
    #fzlc_t .swiper-slide{
        font-size:20px;
    } 
    #fzlc_b .swiper-slide .text {
        padding: 30px 30px;
    } 
    #fzlc_b .swiper-slide .p1 {
        font-size: 22px;
    }
    #fzlc_b .swiper-slide .p2 {
        font-size: 15px;
    }
    #about4 {
        padding: 90px 0;
    }
    #about5 {
        padding: 85px 0 55px;
    } 
    #honner {
        margin-top: 50px;
    }   
    #honner .swiper-slide p{
        font-size:15px;
        padding: 82px 0 15px;
    }
}
@media(max-width: 640px){
    #about1 {
        padding: 30px 0 40px;
    }
    .ab_t1 h2{
        font-size:24px;
    }
    #about1 .wrap .text{
        width: 100%;
    }
    #about1 .img1{
        width: 100%;
        min-height: 300px;
        margin-top:30px;
    }
    #about2 {
        padding: 55px 0 40px;
    }
    .about2_text {
            padding: 46px 20px;
    }
    #about2 .text {
        margin: 25px 0 35px;
        font-size: 14px;
        line-height: 1.6;
    }
        .about2_text .text2 {
        font-size: 14px;
        line-height: 1.6;

    }
    .about2_text .ab_logo{
        width: 100%;
        margin-bottom: 20px;
    }
    .ab_logo img{
        max-height: 30px;
    }
    .about2_text .text2 {
        width: 100%;
    }
    .qywh_list{
        margin-top:25px;
    } 
    #fzlc {
        margin-top: 30px;
    }
    #fzlc .swiper-button-prev,#fzlc .swiper-button-next{
        display: none;
    }
    #fzlc_b .swiper-slide .text {
        padding: 20px 25px;
    }
    #about3 {
        padding: 55px 0 40px;
    } 
    #about4 {
        padding: 55px 0;
    }  
    #about5 {
        padding: 55px 0 40px;
    } 
    #honner {
        margin-top: 30px;
    }
    #honner .swiper-pagination span{
        width: 8px;
        height: 8px;
    }
    #honner .swiper-pagination span:after{
        width: 12px;
        height: 12px;
        margin-top: -7px;
        margin-left: -7px;
        border: 1px solid #0467a8;
    } 
}
@media(max-width: 460px){
    .qywh_list li{
        width: 100%;
        margin-right: 0;
    }
    .qywh_list li .about2_t h3{
        font-size:18px;
    }
}





.n_product{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-top:-55px;
}
.left1{
    width: 29%;
    background:#ffffff;
    padding:103px 80px 120px 13.5%;
}
.sort_menu{
    position: sticky;
    top: 120px;    
}
.p_sort{

}
.p_sort dl{

}
.p_sort dl dt{
    padding:22px 0;
    border-bottom: 1px solid #e0e0e0;
}
.p_sort dl:nth-child(1) dt{
    padding-top:0;
}
.p_sort dl dt a{
    display: block;
    background:url(../images/jia.png) no-repeat right center;
    font-size:20px;
    color: #1a1a1a;
    line-height: 20px;
}
.p_sort dl dd{
    margin-top:18px;
    padding-left: 15px;
    border-left: 1px solid #bdbdbd;
    display: none;
}
.p_sort dl dd a{
    display: block;
    font-size: 15px;
    color: #666666;
    margin-bottom: 5px;
    position: relative;
}
.p_sort dl dd a:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -0.5px;
    width: 6px;
    height: 1px;
    background: #bdbdbd;
}
.p_sort dl dd a:hover,.p_sort dl dd a.cur{
    color: #095ca0;
}
.p_sort dl.on dt a{
    background:url(../images/jian.png) no-repeat right center;    
}
.p_sort dl:hover dd,.p_sort dl.on dd{
    display: block;
}
.right1{
    width: 71%;
    background:#f2f2f2;
    padding:73px 13.5% 125px 52px;
}
.p_search{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
}
.keywords1{
    font-size:16px;
    color: #1a1a1a;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.keywords1 p{
    margin-right: 20px;
    font-size:16px;
    color: #999999;
}
.keywords1 p:last-child{
    margin-right: 0;
}
.keywords1 a{
    font-size:16px;
    color: #999999;
    font-family: "pihui45";
}
.keywords1 a:hover{
    color: #1a1a1a;
}
.formsearch{
    display: flex;
    width: 340px;
}
#keyword1{
    padding:0 18px;
    background:#fff;
    width: 268px;
    line-height: 50px;
    font-size:14px;
    color: #999999;
    font-family: "pihui45";
    border:none;
    outline: none;
}
#s_btn1{
    background:url(../images/ss.png) no-repeat center #095ca0;
    width: 72px;
    height: 50px;
    border:none;
    outline: none;
    cursor: pointer;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: calc(33.33333% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a{
    display: block;
    background:#fff;
    padding-bottom: 30px;
}
.product_list li a h3{
    font-size:17px;
    color: #1a1a1a;
    font-family: "puhui55";
    text-align: center;
    margin-top:-15px;
}
.product_list li:hover a{
    box-shadow:0 0 10px #ccc;
}
.product_list li:hover a h3{
    color: #095ca0;
}
@media(max-width: 1600px){
    .left1 {
        padding: 90px 50px 90px 8%;
    }
    .right1 {
        width: 71%;
        padding: 73px 8% 90px 52px;
    }
    .product_list li a{
        padding-bottom:15px;
    }
    .product_list li a h3{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .left1 {
        padding: 75px 50px 75px 5%;
    }
    .right1 {
        width: 71%;
        padding: 65px 5% 75px 50px;
    }    
}
@media(max-width: 1024px){
    .p_sort dl dt a{
        font-size: 18px;
    }
    .right1 .keywords1{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
@media(max-width: 820px){
    .left1 {
        padding: 55px 35px 50px 3%;
    }
    .right1 {
        width: 71%;
        padding: 45px 5% 50px 35px;
    }  
    .product_list li{
        width: calc(50% - 7.5px);
    }
    .product_list li:nth-child(3n) {
        margin-right: 15px;
    }  
    .product_list li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width: 640px){
    .n_product{
        margin-top:-45px;
    }
    .left1 {
        width: 100%;
        padding: 35px 3%;
    }
    .p_sort dl dt{
        padding:16px 0;
    }
    .p_sort dl dt a {
        font-size: 17px;
    }
    .right1 {
        width: 100%;
        padding: 45px 3% 25px;
    }  
    .product_list li a h3{
        font-size: 14px;
    } 
    .p_search{
        display: none;
        margin-bottom:25px;
    }
    .right1 .keywords1{
        margin-bottom:0;
    } 
    #keyword1{
        line-height:40px;
        padding:0 12px;
        margin-bottom: ;
    } 
    .keywords1 p{
        margin-right: 10px;
    }
    #s_btn1{
        height: 40px;
        background: url(../images/ss.png) no-repeat center #095ca0;
        background-size: 20px;
    }
    .formsearch {
        display: none;
    }
}


.pd1{
    background:#f2f2f2;
    padding:120px 0 70px;
}
.sitemp2{
    margin-top:0;
}
.sitemp2 .site{
    background:url(../images/home2.png) no-repeat left center;
    color: #333333;
}
.sitemp2 .site a{
    color: #333;
}
.pd1_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd1_c .img{
    width: 502px;
}
.pd1_c .text{
    padding-left: 76px;
    width: calc(100% - 502px)
}
.pd1_c .text h2{
    font-size:40px;
    color: #1a1a1a;
    line-height: 1.2;
}
.pd1_c .text h3{
    font-size:26px;
    color: #333333;
    line-height: 1;
    margin:36px 0 15px;
}
.pd1_c .text .txt{
    font-size:16px;
    color: #333333;
}
.p_more1{
    display: flex;
    align-items: center;
    margin-top:100px;
}
a.download_a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 56px;
    border-radius: 4px;
    background:#095ca0;
    font-size:16px;
    color: #fff;
    margin-right: 52px;
}
a.download_a i{
    display: block;
    width: 21px;
    height: 21px;
    background:url(../images/d_icon1.png) no-repeat center;
    margin-right: 20px;
}
.p_tel{
    padding-left: 45px;
    line-height: 1.4;
    background:url(../images/p_tel.png) no-repeat left center;
}
.p_tel p:nth-child(1){
    font-size:16px;
    color: #333333;
}
.p_tel p strong{
    font-size: 24px;
    color: #1a1a1a;
    font-family: "puhui85";
}
.pd2{
    padding:38px 0 80px;
}
.pd2 .formsearch{
    width: 378px;
}
.pd2 #keyword1{
    background:#f5f5f5;
    color: #999999;
    width: 306px;
}
.pd2_c{
    margin-top:54px;
}
.left2{
    float: left;
    width: calc(100% - 378px);
    max-width: 780px;
    padding-right: 30px;
}
.left2 .cont{
    text-align: center;
}


.page{
    font-size: 14px;
    color: #666666;
    padding-top:20px;
    border-top:2px solid #e0e0e0;
    margin-top:30px;
}
.page p{
    padding:4px 0;
}
.page a{
    font-size: 14px;
    color: #666666;    
}
.page p:hover,.page p:hover a{
    color: #095ca0;
}

.right2{
    width: 390px;
    float: right;
    position: sticky;
    top: 120px;
    width: 378px;
}
.right2 h2{
    font-size:24px;
    color: #1a1a1a;
    margin-bottom:22px;
    line-height: 1;
}
.cj_list{

}
.cj_list a{
    font-size:16px;
    color: #808080;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    position: relative;
}
.cj_list a:before{
    content:'';
    position: absolute;
    top:50%;
    left:0%;
    width: 8px;
    height: 8px;
    background:#095ca0;
    border-radius: 50%;
    margin-top:-4px;
}
.cj_list a:after{
    content:'';
    position: absolute;
    top:26px;
    left:0;
    height: 1px;
    background:#095ca0;
    width: 0;
}
.cj_list a p{
    width: calc(100% - 45px);
}
.cj_list a span{
    width: 45px;
}
.cj_list a:hover{
    color: #095ca0;
}
.cj_list a:hover:after{
    width: 100%;
}
.r_contact{
    overflow:hidden;
    margin-top:60px;
}
.r_contact .img{

}
.r_contact .text{
    padding:25px 35px;
    background:#f8f8f8;
}
.r_contact .text h3{
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 22px;
    color: #333333;
    font-weight: normal;
}
.r_contact .text .txt{

}
.r_contact .text .txt p{
    display: flex;
    flex-wrap: wrap;
    padding-left: 36px;
    margin-bottom: 7px;
    font-size:16px;
}
.r_contact .text .txt p:nth-child(1){
    background:url(../images/r_ico1.png) no-repeat left center;
}
.r_contact .text .txt p:nth-child(2){
    background:url(../images/r_ico2.png) no-repeat left center;
}
.r_contact .text .txt p strong{
    width: 42px;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
}
.r_contact .text .txt p em{
    width: calc(100% - 42px);
    font-style: normal;
    font-size: 14px;
    color: #808080;    
}
.r_contact .text a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 52px;
    font-size:18px;
    color: #fff;
    background:#095ca0;
    border-radius: 4px;
    font-family: "puhui85";
    margin-top:28px;
}
.pd3{
    padding:0 0 120px;
}
.pd3 .ab_t1{
    text-align: left;
}
.product_list2{
    margin-top:50px;
}
.product_list2 li a{
    box-shadow:0 0 10px #ccc;
}
@media(max-width: 1600px){
    .pd1_c .text{
        padding-left: 60px;
    }
    .pd1_c .text h2{
        font-size:32px;
    }
    .pd1_c .text h3{
        font-size:24px;
    }
    .pd1_c .text .txt{
        font-size:15px;
    }
    a.download_a{
        width: 150px;
        height: 50px;
        font-size:15px;
    }
    a.download_a i{
        margin-right: 12px;
    }
    .pd3 {
        padding: 0 0 90px;
    }
}
@media(max-width: 1280px){
    .pd1_c .text{
        padding-left: 40px;
    }
    .pd1_c .text h2 {
        font-size: 28px;
    } 
    .pd1_c .text h3{
        font-size:20px;
    }   
    a.download_a{
        margin-right: 35px;
    }
    .p_tel p strong{
        font-size:20px;
    }
    .pd3 {
        padding: 0 0 70px;
    }
}
@media(max-width: 1199px){
    .pd1_c .img{
        width: 50%;
    }
    .pd1_c .text{
        width: 50%;
    }
    .p_more1{
        margin-top:50px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .pd1{
        padding: 90px 0 55px;
    }
    .pd1_c .text {
        padding-left: 30px;
    }  
    .pd1_c .text h2 {
        font-size: 24px;
    } 
    .pd1_c .text h3{
        font-size:18px;
    }
    a.download_a {
        margin-right: 20px;
        width: 130px;
        height: 46px;
    }
    .keywords1 p{
        margin-right: 12px;
    }
    .pd2 .formsearch{
        width: 260px;
    }
    .pd2 #keyword1{
        width: calc(100% - 60px);
    }
    .pd3 {
        padding: 0 0 50px;
    }
    .product_list2 {
        margin-top: 35px;
    }
    .page{
        padding-top:12px;
        border-top:1px solid #e0e0e0;
        margin-top:20px;
    }
}
@media(max-width: 640px){
    .pd1{
        padding: 35px 0;
    }
    .pd1_c .img{
        width: 100%;
        padding:0 10%;
    }
    .pd1_c .text{
        width: 100%;
        padding:25px 0% 0;
    }
    .pd1_c .text h2 {
        font-size: 20px;
    }
    .pd1_c .text h3{
        font-size:16px;
        margin: 25px 0 15px;
    } 
    .p_more1 {
        margin-top: 30px;
    }
    .p_tel p:nth-child(1){
        font-size:15px;
    } 
    .p_tel p strong{
        font-size:18px;
    } 
    .pd2 {
        padding: 35px 0;
    }
    .pd2_c{
        margin-top:0;
    }
    .left2{
        width: 100%;
    } 


    .right2{
        width: 100%;
        margin-top:35px;
        display: none;
    }
    .pd3 {
        padding: 0 0 35px;
    }
    .product_list2 {
        margin-top: 25px;
    }
    .product_list1 li:nth-child(2n){
        margin-right: 0;
    }
}

.c_sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:33px 5% 68px;
}
.c_sort li{
    min-width: 168px;
    height: 173px;
    margin-right: 48px;
}
.c_sort li:last-child{
    margin-right: 0;
}
.c_sort li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
/*    -webkit-border-radius: 10px;
    border-radius: 10px;  */ 
    position: relative;
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
    -webkit-transition: -webkit-box-shadow .5s,-webkit-transform .5s;
    transition: -webkit-box-shadow .5s,-webkit-transform .5s;
    -o-transition: box-shadow .5s,-o-transform .5s;
    transition: box-shadow .5s,transform .5s;
    transition: box-shadow .5s,transform .5s,-webkit-box-shadow .5s,-webkit-transform .5s,-o-transform .5s;
}
.c_sort li a .img1{
    text-align: center;
    line-height: 52px;
    height: 52px;
}
.c_sort li a p{
    font-size:20px;
    color: #666666;
    font-family: "puhui45";
    text-align: center;
    margin-top:22px;
    line-height: 1.6;
}
.c_sort li a .item{
    width: 100%;
    height: 100%;   
    padding:42px 15px 25px;   
}
.c_sort li a .item1{
    background:url(../images/c_sort1.png) no-repeat center;
}
.c_sort li a.cur,.c_sort li a:hover{
/*    -webkit-transform: translateY(-30px); 
    -ms-transform: translateY(-30px); 
    -o-transform: translateY(-30px); 
    transform: translateY(-30px); */
    -webkit-box-shadow: 0px 40px 30px -20px rgba(28,104,167,.7); 
    box-shadow: 0px 40px 30px -20px rgba(28,104,167,.7); 
}
.c_sort li a.cur p,.c_sort li a:hover p{
    color: #fff;
}
.c_sort li a .item2{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background:url(../images/c_sort2.png) no-repeat center;

    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotateX(90deg) skew(-12deg);
    transform: rotateX(90deg) skew(-12deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    visibility: hidden;
    overflow: hidden;   
}
.c_sort li a.cur .item2,.c_sort li a:hover .item2{
    -webkit-transform: rotateX(0deg) skew(0deg);
    transform: rotateX(0deg) skew(0deg);
    visibility: inherit;    
}
.case1{
    background:#f2f2f2;
    padding:125px 0 120px;
}
.case1 .wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.case1 .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 49%;
    padding-right: 95px;
}
.case1 .text .ab_t1{
    text-align: left;
}
.case1 .text .txt{
    margin:40px 0 90px;
    font-size: 16px;
    color: #4c4c4c;
}
.case1 .text a.more2{
    width: 190px;
}
.case1 .img{
    width: 51%;
}
.case2{
    padding:110px 0 0;
}
#cases{
    padding:55px 0 70px;
}
#cases .swiper-slide{
    opacity: .3;
    position: relative;
    overflow: hidden;
/*    border-radius: 18px;*/
}
#cases .swiper-slide img{
    width: 100%;
}
#cases .swiper-slide p{
    opacity: 0;
    position: absolute;
    bottom:0;
    width: 100%;
    padding: 10px 50px;
    background:#095ca0;
    height: 80px;
    z-index:99;
    display: flex;
/*    flex-wrap: wrap;*/
    align-items: center;
    justify-content: space-between;
}
#cases .swiper-slide p span{
    width: calc(100% - 23px);
    display: block;
    padding-right: 15px;
    font-size: 26px;
    color: #fff;
    line-height: 1.2;
}
#cases .swiper-slide p i{
    display: inline-block;
    float: right;
    width: 23px;
    height: 22px;
/*    height: 100%;*/
    background:url(../images/c_more.png) no-repeat center;
}
#cases .swiper-slide-active{
    opacity: 1;
}
#cases .swiper-slide-active p{
    opacity: 1;
}
#cases .swiper-slide:hover img{
    transform: scale(1.1);
}
#cases .swiper-pagination{
    bottom:0;
}
#cases .swiper-pagination span{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: relative;
    margin:0 8px;
    opacity: 1;
    background:#cccccc;
}
#cases .swiper-pagination span:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    width: 18px;
    height: 18px;
    border:2px solid #0467a8;
    border-radius: 50%;
    margin-top:-11px;
    margin-left: -11px;
    opacity: 0;
}
#cases .swiper-pagination span.swiper-pagination-bullet-active{
    background:#0467a8;
}
#cases .swiper-pagination span.swiper-pagination-bullet-active:after{
    opacity: 1;
}
.index_pinpai{
    padding:105px 0 115px;
}
.pinpai_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:66px;
    animation-delay: 0.6s;
}
.pinpai_list li{
    width: 12%;
    margin-right: 5%;
}
.pinpai_list li:last-child{
    margin-right: 0;
}
.pinpai_list li .text1{
    
}
.pinpai_list li .text1 .img1{
    padding:45px 0;
    border-top:2px solid #606060;
    border-bottom:2px solid #606060;
    margin-bottom: 40px;
}
.pinpai_list li .text1 .text{
    color: #333333;
}
.pinpai_list li .text1 .text h3{
    font-size: 36px;

}
.pinpai_list li .text1 .text p{
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
}
.pinpai_list li .text1 .text span{
    font-size: 56px;
    color: #e0e0e0;
    display: block;
    line-height: 1;
    margin:40px 0 115px;
}
.pinpai_list li .text1 .mores{

}

.pinpai_list li .text2{
    display: none;
    position: relative;
/*    transition:all 0.6s ease-out;
    width: 0;
    opacity: 0;*/
}
.pinpai_list li .text2 .mores{
    position: absolute;
    top: 38px;
    right: 35px;
}
.pinpai_list li .text2 .cont{
    position: absolute;
    left:0;
    bottom:0;
    padding:0 45px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}
.pinpai_list li .text2 .txt1{
    padding-bottom: 42px;
    position: relative;
    font-weight: bold;
    width: 150px;
}
.pinpai_list li .text2 .txt1 h3{
    font-size: 50px;
    line-height: 1;
    margin-bottom: 25px;
}
.pinpai_list li .text2 .txt1 p{
    font-size: 24px;
    line-height: 1.4;
}
.pinpai_list li .text2 .txt2{
    width: calc(100% - 150px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(255,255,255,.4);
    padding-left: 60px;  
    font-size: 20px;
    line-height: 1.8;
}


.pinpai_list li.on{
    width: 49%;
}
.pinpai_list li.on .text1{
    display: none;
}
.pinpai_list li.on .text2{
    display: block;
/*    width: 100%;
    opacity: 1;*/
}

@media(max-width: 1600px){
    .c_sort li a p{
        font-size:17px;
    }
    .case1{
        padding:100px 0;
    }
    .case1 .text .txt {
        margin: 30px 0 70px;
    }
    .case2 {
        padding: 90px 0 0;
    }
    #cases .swiper-slide p{
        padding:0 30px;
        height: 60px;
    }
    #cases .swiper-slide p span{
        font-size:20px;
    }
    .pinpai_list li {
        width: 14%;
        margin-right: 3%;
    }
    .pinpai_list li .text1 .img1 {
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .pinpai_list li .text1 .text h3{
        font-size:28px;
    }
    .pinpai_list li .text1 .text p{
        font-size:20px;
    }
    .pinpai_list li .text1 .text span {
        font-size: 46px;
        margin: 30px 0 65px;
    }
    .pinpai_list li .text2 .cont{
        padding: 0 30px;
    }
    .pinpai_list li .text2 .txt1{
        padding-bottom:20px;
    }
    .pinpai_list li .text2 .txt1 h3{
        font-size:32px;
        margin-bottom: 15px;
    }
    .pinpai_list li .text2 .txt1 p{
        font-size:18px;
    }
    .pinpai_list li .text2 .txt2 {
        padding-left: 40px;
        font-size: 18px;
    }
}
@media(max-width: 1280px){
    .c_sort li {
        min-width: 145px;
        height: 150px;
        margin-right: 25px; 
    }
    .c_sort li a .item{
        padding: 25px 15px 20px;
    }
    .c_sort li a p {
        font-size: 16px;
        margin-top:15px;
    }

    .case1,.index_pinpai{
        padding:85px 0;
    }
    .case1 .text{
        padding-right: 50px;
    }
    .case1 .text .txt {
        margin: 20px 0 40px;
        font-size:15px;
    }  
    .case1 .text a.more2 {
        width: 160px;
    }  
    .pinpai_list li {
        width: 15%;
        margin-right: 2%;
    }
    .pinpai_list{
        margin-top:50px;
    }
    .pinpai_list li .text1 .img1 {
        padding: 25px 0;
        margin-bottom: 25px;
    }
    .pinpai_list li .text1 .text h3{
        font-size:24px;
    }
    .pinpai_list li .text1 .text p{
        font-size:16px;
    }
    .pinpai_list li .text1 .text span {
        font-size: 36px;
        margin: 25px 0 45px;
    }
    .pinpai_list li .text2 .cont{
        padding: 0 20px;
    }
    .pinpai_list li .text2 .txt1{
        padding-bottom:15px;
        width:100px;
    }
    .pinpai_list li .text2 .txt1 h3{
        font-size:26px;
        margin-bottom: 10px;
    }
    .pinpai_list li .text2 .txt1 p{
        font-size:16px;
    }
    .pinpai_list li .text2 .txt2 {
        padding-left: 30px;
        font-size: 16px;
        width:calc(100% - 100px);
    }
}
@media(max-width: 1024px){
    .case2 {
        padding: 85px 0 0;
    }  
    .pinpai_list li .text1 .mores img,.pinpai_list li .text2 .mores img{
        max-width:40px;
    }
    .pinpai_list li .text2 .mores{
        top:25px;
        right:25px;
    }  
}
@media(max-width: 820px){
    .c_sort li {
        min-width: 120px;
        height: 120px;
        margin-right: 15px;
    }
    .c_sort li a .img1 {
        line-height: 40px;
        height: 40px;
    }
    .c_sort li a .img1 img{
        max-height: 40px;
    }
    .c_sort li a .item {
        padding: 15px 12px 15px;
    }
    .c_sort li a p {
        font-size: 15px;
        margin-top: 12px;
    }
    .case1{
        padding:65px 0 55px;
    } 
    .case1 .text{
        width: 100%;
        padding-right: 0;
    }
    .case1 .img{
        width: 100%;
        margin-bottom: 25px;
    }  
    .pinpai_list{
        margin-top:30px;
    }
    .pinpai_list li .text1 .img1 {
        padding: 15px 0;
        margin-bottom: 15px;
    }
    .pinpai_list li .text1 .text h3{
        font-size:20px;
    }
    .pinpai_list li .text1 .text p{
        font-size:14px;
    }
    .pinpai_list li .text1 .text span {
        font-size: 26px;
        margin: 15px 0 30px;
    }
    .pinpai_list li .text2 .cont{
        padding: 0 15px;
    }
    .pinpai_list li .text2 .txt1{
        padding-bottom:10px;
        width:80px;
    }
    .pinpai_list li .text2 .txt1 h3{
        font-size:22px;
    }
    .pinpai_list li .text2 .txt1 p{
        font-size:14px;
    }
    .pinpai_list li .text2 .txt2 {
        padding-left: 20px;
        font-size: 15px;
        line-height:1.6;
        width:calc(100% - 80px);
    } 
    #cases .swiper-slide p span {
        font-size: 16px;
    }
}
@media(max-width: 640px){
    .c_sort {
        padding: 15px 3% 30px;
    }
    .c_sort li {
        min-width: 86px;
        height: 90px;
        margin-right: 4px;
        margin-bottom: 12px;

    }
    .c_sort li a .img1 {
        line-height: 30px;
        height: 30px;
    }
    .c_sort li a .img1 img {
        max-height: 30px;
    }
    .c_sort li a .item {
        padding: 12px 10px;
    }
    .c_sort li a p {
        font-size: 14px;
        margin-top: 10px;
    }
    .case1{
        padding:40px 0 ;
    } 
    .case2 {
        padding: 40px 0;
    } 
    #cases {
        padding: 30px 0 50px;
    } 
    #cases .swiper-slide p {
        padding: 0 20px;
    }  
    .index_pinpai{
        display: none;
    }
}

.n_download{
    background:#f2f2f2;
    padding:105px 0 135px;
    margin-top:-35px;
}
.n_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.n_top h2{
    font-size:46px;
    color: #1a1a1a;
    line-height: 46px;
}
.n_top .p_search{
    margin-bottom: 0;
}
.n_top .p_search .keywords1{
    margin-right: 110px;
}
.download_sort{
    background:#fff;
    padding:50px;
    display: flex;
    flex-wrap: wrap;
}
.download_sort a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 22px;
    height: 43px;
    font-size:16px;
    border-radius: 4px;
    border:2px solid #ebebeb;
    margin-right: 22px;
    margin-bottom: 5px;
}
.download_sort a:last-child{
    margin-right: 0;
}
.download_sort a i{
    width: 13px;
    height: 10px;
    background:url(../images/d_ico1.png) no-repeat center;
    margin-right:14px;
}
.download_sort a:hover,.download_sort a.on{
    color: #0b60a6;
    border:2px solid #0b60a6;
}
.download_sort a:hover i,.download_sort a.on i{
    background:url(../images/d_ico2.png) no-repeat center;    
}
.d_t1{
    font-size:30px;
    color: #1a1a1a;
    line-height: 1;
    margin:68px 0 45px;
}
.download_t{
    background:#0b60a6;
    height: 70px;
    display: flex;
    align-items: center;
    padding:0 60px 0 68px;
}
.download_t p{
    font-size:18px;
    color: #fff;
    width: 36%;
}
.download_t p:last-child{
    display: none;
}
.download_list{

}
.download_list li{
    margin-bottom:1px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 60px 0 68px;
    height: 60px;
    background:#fff;
}
.download_list li p{
    font-size:16px;
    color: #666666;
    line-height: 1.6;
    width: 36%;
}
.download_list li p:last-child{
    width: 28%;
    display: flex;
    justify-content: flex-end;
}
.download_list li p a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 110px;
    height: 34px;
    font-size:16px;
    color: #666666;
    background:#f0f0f0;
    border-radius: 4px;
}
.download_list li p a:hover{
    color: #fff;
    background:#0b60a6;
}
@media(max-width: 1600px){
    .n_download {
        padding: 100px 0;
    }
    .n_top h2{
        font-size:32px;
    }
    .n_top .p_search .keywords1{
        margin-right: 60px;
    }
    .keywords1,.keywords1 p,.keywords1 p a{
        font-size:15px;
    }
    .formsearch{
        width: 260px;
    }
    #keyword1{
        width: calc(100% - 60px);
    }
    #s_btn1{
        width: 60px;
    }
    .download_sort{
        padding:30px 35px;
    }
    .download_sort a{
        padding: 0 15px;
        font-size: 15px;
        margin-right: 15px;
    }
    .download_sort a i{
        margin-right: 10px;
    }
}
@media(max-width: 1280px){
    .n_download {
        padding: 75px 0;
    }    
}
@media(max-width: 1024px){
    .n_top{
        flex-wrap: wrap;
    }
    .n_top h2{
        width: 100%;
        font-size:28px;
    }
    .n_top .p_search{
        width: 100%;
    }
    .d_t1 {
        font-size: 26px;
        margin: 45px 0 30px;
    }
    .download_t{
        padding:0 35px;
        height: 55px;
    }
    .download_list li{
        padding:0 35px;
    }
    .download_list li p a{
        max-width: 80px;
    }
}
@media(max-width: 820px){
    .n_download {
        padding: 55px 0;
    } 
    .n_top h2{
        font-size:24px;
    }   
    .download_t p{
        width: calc(100% - 230px);
    }
    .download_t p:nth-child(2){
        width: 150px;
    }
    .download_t p{

    }
    .download_list li p{
        width: calc(100% - 230px);
    } 
    .download_list li p:nth-child(2){
        width: 150px;
    }
    .download_list li p:last-child{
        width: 80px;
    }
}
@media(max-width: 640px){
    .n_download {
        padding: 45px 0 40px;
    } 
    .n_top{
        margin-bottom: 20px;
    }
    .n_top h2{
        font-size:22px;
    }
    .n_top .p_search .keywords1,.p_search .keywords1{
        width: 100%;
        margin-right: 0;
    }
    .formsearch{
        width: 100%;
        margin-top:15px;
    }
    .download_t p{
        font-size:16px;
    }   
    .download_list li p{
        font-size:15px;
    }
    .download_sort {
        padding: 20px;
    }
    .download_sort a {
        padding: 0 10px;
        font-size: 14px;
        margin-right: 10px;
        height: 40px;
    }
    .download_sort a i {
        margin-right: 5px;
    }
    .d_t1 {
        font-size: 22px;
        margin: 35px 0 20px;
    }
    .download_t {
        padding: 0 15px;
        height: 45px;
    }
    .download_t p {
        font-size: 15px;
    }
    .download_t p:nth-child(2),.download_list li p:nth-child(2){
        display: none;
    }
    .download_list li p{
        width: calc(100% - 70px);
        padding-right: 12px;
    }
    .download_list li {
        padding: 0 15px;
    }
    .download_list li p:last-child{
        width: 70px;
    }
    .download_list li p a{
        max-width: 70px;
    }
}


.n_news{
    background:#f2f2f2;
    padding:133px 0 92px;
    margin-top:-55px;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom:65px;
}
.sort li{
    margin-right: 15px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    font-size:16px;
    color: #4c4c4c;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background:#e6e6e6;
}
/*.sort li a:before{
    position: absolute;
    top: 50%;
    height: 0;
    width: 0;
    background-color: #095ca0;
    font-size: 0;
    overflow: hidden;
    content: '';
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: none9;
    z-index: -1;
}*/
.sort li.cur a,.sort li a:hover{
    color: #fff;
    background:#095ca0;
}
/*.sort li.cur a:before,.sort li a.cur:before,.sort li a:hover:before{
    width: 100%;
    height: 100%;
}*/
.news_list{
    margin-top:0;
}
.news_list a{
    margin-bottom: 22px;
}
.news_list a:nth-child(3n + 1){
    margin-right: 0;
}
.news_detail{
    padding:70px 100px;
    background:#fff;
    max-width:1300px;
    margin-bottom: 90px;
}
.news_detail h1{
    font-size:28px;
    text-align: center;
    line-height: 1.4;
    color: #333;
    margin-bottom: 10px;
}
.info_title{
    text-align: center;
    font-size: 15px;
    color: #666;
    padding-bottom: 10px;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 20px;
}
.news_detail .content{
    font-size:16px;
    margin-bottom: 20px;
}
@media(max-width: 1600px){
    .n_news{
        padding: 100px 0 92px;
    }
    .sort li a{
        width: 140px;
    }
    .news_detail{
        margin-bottom:70px;
        padding:50px 70px;
    }
    .news_detail .content{
        font-size:15px;
    }
    .news_detail h1{
        font-size:24px;
    }
}
@media(max-width: 1280px){
    .sort{
        padding-bottom:50px;
    }
}
@media(max-width: 1024px){
    .sort{
        padding-bottom:40px;
    }
}
@media(max-width: 820px){
    .n_news {
        padding: 80px 0 75px;
    }
    .sort li a{
        width: 120px;
        font-size:15px;
        height: 46px;
    }
    .news_list a{
        margin-bottom: 15px;
    }
    .news_detail{
        margin-bottom:50px;
        padding: 35px 40px;
    }
    .news_detail h1 {
        font-size: 20px;
    }
}
@media(max-width: 640px){
     .n_news {
        padding: 60px 0 40px;
    }
    .sort {
        padding-bottom: 30px;
    }
    .sort li a{
        width: 100px;
        height: 42px;
    }
    .news_detail{
        margin-bottom:35px;
        padding: 22px 20px;
    }
    .news_detail h1 {
        font-size: 18px;
    }
    .info_title{
        font-size:14px;
        margin-bottom:15px;
        padding-bottom: 5px;
    }
}
@media(max-width: 460px){
   
}


.contact1{
    padding:140px 0 98px;
    margin-top:-55px;
}
.contact1 .text{
    float: left;
    width: 29%;
    max-width: 402px;
    padding-top:58px;
}
h2.c_t1{
    font-size:46px;
    color: #1a1a1a;
    line-height: 1;
}
.contact1 .text .txt1{
    color: #1a1a1a;
    padding:30px 0 18px;
    border-bottom: 2px solid #000000;
    margin-bottom: 8px;
}
.contact1 .text .txt1 .p1{
    font-size:20px;
    font-family: "puhui85";
    line-height: 1.5;
}
.contact1 .text .txt1 .p2{
    font-size:30px;
    font-family: "puhui85";
    line-height: 1.2;
}
.contact1 .text .txt2{

}
.contact1 .text .txt2 dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:25px 0 20px;
    border-bottom: 1px solid #e0e0e0;
}
.contact1 .text .txt2 dt{
    width: 25px;
    text-align: center;
}
.contact1 .text .txt2 dd{
    font-size:16px;  
    width: calc(100% - 25px);
    padding-left: 17px; 
    line-height: 1; 
}
.contact1 .text .txt2 dd .p3{
    color: #1a1a1a;
    margin-bottom: 8px;
}
.contact1 .text .txt2 dd .p4{
    color: #333333;
    font-family: "puhui45";
}

.contact1 .maps{
    float: right;  
    width: 77.7%;  
    margin-right: -10.2%;
    position: relative;
}
.map_list li{
    position: absolute;
    cursor: pointer;
}
.map_list li .cont{
    position: relative;
}
.map_list li .yd{
    position: relative;
    width: 6px;
    height: 6px;
}
.map_list li .yd:before{    
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top:-6px;
    left: 50%;
    margin-left: -6px;
    animation: big1 1s linear infinite;
    background:rgba(160,187,215,1);
    z-index: 1;
    animation-delay: 0.6s;
}
.map_list li .yd i{
    position: relative;
    z-index: 10;
    display: block;
    width: 6px;
    height: 6px;
    background:#0b60a6;
    border-radius: 50%;
}
@keyframes big1 { 
    from {
        transform: scale(0.8, 0.8); 
        opacity: 1;
    } 
    to {
        transform: scale(2, 2); 
        opacity: 0;
    } 
}
.map_list li p{
    font-size: 14px;
    color: #1d6bac;
    line-height: 20px;
    position: absolute;
    left: 16px;
    width: 200px;
    top: 50%;
    margin-top: -10px;
    visibility: hidden;
}
.map_list li:hover p{
    visibility: visible;
}
.map_list li:nth-child(1){
    top: 81%;
    left: 76%;
}
.map_list li:nth-child(2){
    top: 83%;
    left: 76%;
}
.map_list li:nth-child(3){
    top: 84%;
    left: 65%;
}
.map_list li:nth-child(4){
    top: 61%;
    left: 75.2%;
}
.map_list li:nth-child(5){
    top: 60%;
    left: 72.5%;
}
.map_list li:nth-child(6){
    top: 40%;
    left: 68%;
}
.map_list li:nth-child(7){
    top: 68%;
    left: 75%;
}
.map_list li:nth-child(8){
    top: 58%;
    left: 73.5%;
}
.map_list li:nth-child(9){
    top: 77%;
    left: 72.5%;
}
.map_list li:nth-child(10){
    top: 63%;
    left: 63%;
}
.map_list li:nth-child(11){
    top: 47%;
    left: 70%;
}
.map_list li:nth-child(12){
    top: 60%;
    left: 69%;
}
.map_list li:nth-child(13){
    top: 59%;
    left: 74.5%;
}


.contact2{
    background:url(../images/contact2.jpg) no-repeat center;
    background-size: cover;
    padding:105px 0 90px;
}
.contact2 h2{
    font-size:46px;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom:52px;
}
.fgs_list{
    display: flex;
    flex-wrap: wrap;
}
.fgs_list li{
    width: calc(100% / 3 - 14px);
    margin-right: 21px;
    background:#ffffff;
    padding:45px 45px 50px;
    background:#fff;
    margin-bottom: 21px;
}
.fgs_list li:nth-child(3n){
    margin-right: 0;
}
.fgs_list li h3{
    font-size:24px;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 20px;
}
.fgs_list li .txt{
    font-size:16px;
    color: #4c4c4c;
    font-family: "puhui45";
}
.fgs_list li .txt dl{
    display: flex;
    flex-wrap: wrap;
    font-size:16px;
    color: #4c4c4c;
}
.fgs_list li .txt dl dt{
    width: 65px;
}
.fgs_list li .txt dl dd{
    width: calc(100% - 65px);
}
.fgs_list li:hover{
    box-shadow:0 0 10px #ccc;
}
.message{
    padding:100px 0 112px;
}
.message h2{
    font-size:40px;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom:40px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    margin-bottom: 16px;
    width: 32%;
    margin-right: 2%;
}
.message ul li:nth-child(3){
    margin-right: 0;
}
.message ul li:last-child{
    margin-right: 0;
    width: 100%;
}
.message ul li input{
    background:#f0f0f0;
    border:none;
    outline: none;
    line-height: 72px;
    padding:0 18px;
    width: 100%;
    font-size:16px;
    color: #808080;
    font-family: "微软雅黑";
}
.message ul li textarea{
    background:#f0f0f0;
    border:none;
    outline: none;
    line-height: 72px;
    height: 144px;
    padding:0 18px;
    width: 100%;
    font-size:16px;
    color: #808080;
    font-family: "微软雅黑";
}
.mess_tn input{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    border-radius: 4px;
    background:#1669b2;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin:35px auto 0;
    border:none;
    outline: none;
    font-family: "微软雅黑";
}
@media(max-width: 1600px){
    .contact1 {
        padding: 160px 0 98px;
    }
    .contact1 .text{
        padding-top:30px;
        width: 32%;
    }
    h2.c_t1{
        font-size:36px;
    }
    .contact1 .text .txt1 .p1{
        font-size:18px;
    }
    .contact1 .text .txt1 .p2{
        font-size:22px;
    }
    .contact1 .maps{
        width: 75%;
    }
    .contact2,.message{
        padding:90px 0;
    }
    .contact2 h2,.message h2{
        font-size:32px;
    }
    .fgs_list li{
        padding: 30px 30px;
    }
    .fgs_list li h3{
        font-size:20px;
        margin-bottom: 15px;
    }
    .fgs_list li .txt{
        font-size:15px;
    }
    .message ul li input{
        line-height: 60px;
        font-size:15px;
    }
    .message ul li textarea{
        line-height: 60px;
        height: 120px;
        font-size:15px;
    }
    .mess_tn input{
        margin:20px auto 0;
    }
}
@media(max-width: 1280px){
    .contact1 {
        padding: 100px 0 75px;
    }
    h2.c_t1{
        font-size:32px;
    }
    .contact1 .text .txt2 dl{
        padding: 20px 0 15px;
    }
    .contact1 .text .txt2 dd{
        font-size:15px;
    }
    .map_list li p{
        font-size:13px;
    }
    .contact2,.message{
        padding:75px 0;
    }
    .contact2 h2{
        font-size:32px;
        margin-bottom: 35px;
    }
    .contact1 .text .txt1{
        padding: 22px 0 12px;
    }
    .fgs_list li .txt{
        font-size: 13px;
        line-height: 1.5;
    }
    .message h2{
        font-size:32px;
        margin-bottom: 30px;
    }
}
@media(max-width: 1024px){
    h2.c_t1{
        font-size:28px;
    }    
}
@media(max-width: 820px){
    .contact1{
        padding:75px 0 55px;
        overflow: hidden;
    }
    h2.c_t1{
        font-size:26px;
    } 
    .contact1 .text{
        width: 38%;
    }
    .contact1 .maps {
        width: 62%;
        margin-right: -0%;
    }
    .contact2,.message{
        padding:55px 0;
        overflow: hidden;
    }  
    .contact2 h2{
        font-size:26px;
        margin-bottom: 25px;
    }
    .fgs_list li {
        width: calc(100% / 2 - 10.5px);
    }
    .fgs_list li:nth-child(3n) {
        margin-right: 21px;
    }
    .fgs_list li:nth-child(2n) {
        margin-right: 0;
    }
    .message h2{
        font-size:26px;
        margin-bottom: 25px;
    }  
    .mess_tn input{
        width: 130px;
    }
    .map_list li p{
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}
@media(max-width: 640px){
    .contact1 {
        padding: 60px 0 40px;
    }
    h2.c_t1{
        font-size:22px;
    } 
    .contact1 .text{
        padding:0;
        width: 100%
    }
    .contact1 .text .txt1 .p1 {
        font-size: 16px;
    }
    .contact1 .text .txt1 .p2 {
        font-size: 20px;
    }
    .contact1 .maps{
        width: 100%;
        margin-top:30px;
    }
    .contact2,.message{
        padding:40px 0;
    }   
    .fgs_list li,.fgs_list li:nth-child(3n){
        width: 100%;
        margin-right: 0;
        padding: 25px 20px;
    } 
    .contact2 h2,.message h2{
        font-size:22px;
    }
    .message ul li {
        margin-bottom: 12px;
        width: 100%;
        margin-right: 0%;
    }
    .message ul li input {
        line-height: 50px;
    }
    .message ul li textarea {
        line-height: 50px;
        height: 100px;
    }
    .mess_tn input {
        width: 110px;
        height: 45px;
        margin:12px auto 0;
        font-size:15px;
    }
}


h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    font-family: "puhui55";
}

.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 180px;
    left:-185px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #00a2e7;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}
@media(max-width: 640px){
    .online-server{
        display: none;
    }
}

.pageController{
    text-align: center;
    color:#505050;
    margin:65px auto 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#dbdbdb 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#095ca0;color:#fff; text-decoration:none;border:#095ca0 1px solid;}
.pageController .currPage {background-color: #095ca0;color:#fff;border:#095ca0 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 a.page-num-current{
    line-height: 39px;
    background-color: #095ca0;
    vertical-align: middle;
    border: 1px solid #095ca0; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #0067ac;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1600px){
    .pageController{
        margin: 45px auto 0;
    }
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
    .pageController{
        margin: 35px auto 0;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:56px;
    }
    .pageController{
        margin: 25px auto 0;
    }
}


/*客服1*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 客服2 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 9;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    transition: all .5s;
    position: relative;
    z-index:9;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index:8;
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 60px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #ffaf04;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
}


/*客服3*/
.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #d9d9d9;
}

.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.onlineService_qq {
    background-image: url("../images/fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_form {
    background-image: url("../images/fastform.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url("../images/fastphone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_whatsApp {
    background-image: url("../images/fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url("../images/fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url("../images/fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url("../images/fast.png");
    background-repeat: no-repeat;
    background-position: 0 -266px;
}

.for_wechat span {
    display: block;
    text-align: center;
}

.onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}

.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}

.onlineservice_tips li a.for_wechat {
    height: auto;
}

.onlineservice_tips li a.for_wechat img {
    max-width: 240px;
}

.onlineservice_tips li a:hover {
    text-decoration: underline;
}

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
}